-
-
Notifications
You must be signed in to change notification settings - Fork 53
[likelihood_ratio_processes_2] Update new exercises with learning agents #566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds comprehensive exercises for the Blume-Easley model with Bayesian learning agents to the likelihood ratio processes lecture. The changes introduce three new exercises that explore how agents with different priors learn from data and how their beliefs affect consumption allocations in complete markets settings.
Key Changes
- Added exercises covering two-agent learning with different priors (Exercise 4)
- Extended the analysis to three-model scenarios with varying belief structures (Exercises 5-7)
- Integrated citation support for related research on incomplete markets
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
File | Description |
---|---|
lectures/likelihood_ratio_process_2.md | Added three new exercises with detailed solutions exploring Bayesian learning in Blume-Easley models, updated imports, and enhanced related lectures section |
lectures/_static/quant-econ.bib | Added bibliography entry for Blume et al. (2018) research on incomplete markets |
Hi @mmcky, I will merge this soon! |
This PR adds new exercises for B-E model with Bayes learning.